'Declaration
Public Function GetBlockRight( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
public int GetBlockRight( string SegmentationResultID, int BlockIdx )
public function GetBlockRight( SegmentationResultID: String; BlockIdx: Integer ): Integer;
public function GetBlockRight( SegmentationResultID : String, BlockIdx : int ) : int;
public: int GetBlockRight( string* SegmentationResultID, int BlockIdx )
public: int GetBlockRight( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx